runtime.gcControllerState.idleMarkWorkers (field)
8 uses
runtime (current package)
mgcpacer.go#L324: idleMarkWorkers atomic.Uint64
mgcpacer.go#L1441: old := c.idleMarkWorkers.Load()
mgcpacer.go#L1453: if c.idleMarkWorkers.CompareAndSwap(old, new) {
mgcpacer.go#L1468: p := c.idleMarkWorkers.Load()
mgcpacer.go#L1476: old := c.idleMarkWorkers.Load()
mgcpacer.go#L1483: if c.idleMarkWorkers.CompareAndSwap(old, new) {
mgcpacer.go#L1496: old := c.idleMarkWorkers.Load()
mgcpacer.go#L1503: if c.idleMarkWorkers.CompareAndSwap(old, new) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |